@topic		esp108 bug with ESP-SDK use
@url		https://esp32.com/viewtopic.php?f=13&t=2525
@date		7/24/17


@section 	Post
	I am getting started on my ESP32 development and have just installed OpenOCD. I can't seem to access to esp108, see attached. What is the issue here, how to resolve? I am guessing it is not built in the OpenOCD directory (~/esp/openocd-esp32/), or it is not on PATH.

		./esp32.cfg:48: Error: invalid command name "esp108"


@section 	Response
	Hi justinmreina,

	I do not see the command you have used to call OpenOCD. It should look as follows:

		$ src/openocd -s tcl -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg

	You may need to adjust configuration files after "-f" to match your specifc h/w. If done correctly you should see:

		krzysztof@TK-HP:~/esp/openocd-esp32$ src/openocd -s tcl -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg

		Open On-Chip Debugger 0.10.0-dev-gb5ec731 (2017-07-23-21:18)

		Licensed under GNU GPL v2

		For bug reports, read
		   http://openocd.org/doc/doxygen/bugs.html

		none separate
		adapter speed: 20000 kHz
		force hard breakpoints
		Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
		Info : clock speed 20000 kHz
		Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
		Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
		Info : Target halted. PRO_CPU: PC=0x40080F80 (active)    APP_CPU: PC=0x400D0F58 